(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
LONG IntuiTextLength()
SYNOPSIS
struct IntuiText * iText
LOCATION
In IntuitionBase at offset 55
FUNCTION
Measure the length of the IntuiText passed to the function. Further IntuiTexts in iText->NextText are ignored. The length is measured in pixels.
INPUTS
iText
The size of this text. If iText->ITextFont contains NULL, the systems font is used (and *not* the font of the currently active screen !).
RESULT
The width of the text in pixels.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Create and free the RastPort with the new functions
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.10.1996 aros
A couple of new functions